home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
language
/
pcl_src.zoo
/
README
< prev
next >
Wrap
Text File
|
1992-09-09
|
958b
|
46 lines
This is PCL for CLISP.
What is PCL?
------------
PCL is a freely available implementation of a large subset of CLOS,
the Common Lisp Object System, done at Xerox Corporation.
Contents:
---------
pcl.mem memory image for running PCL (version July 1992)
using CLISP (version September 1992)
get-pcl.txt instructions how to get PCL
README this text
Installation:
-------------
Assuming that you already have installed
clisp in /usr/local/bin/
and
lisp.run and lispinit.mem in /usr/local/lib/lisp/
simply put the memory image in the same place:
mv pcl.mem /usr/local/lib/lisp
and create a shell script that starts lisp:
cat > /usr/local/bin/clos
exec /usr/local/lib/lisp/lisp.run -M /usr/local/lib/lisp/pcl.mem -m 4MB "$@"
[Ctrl-D]EOF
chmod a+x /usr/local/bin/clos
Then try
clos